home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / sun / nio / ByteBuffered.class (.txt)
Encoding:
Java Class File  |  2006-11-29  |  170 b   |  9 lines

  1. package sun.nio;
  2.  
  3. import java.io.IOException;
  4. import java.nio.ByteBuffer;
  5.  
  6. public interface ByteBuffered {
  7.    ByteBuffer getByteBuffer() throws IOException;
  8. }
  9.